a:hover{
    color: #532323;
}
.board-list-title{
    font-size: 65px;
    text-align: center;
    font-style: italic;
}
.board-search {
    margin: 40px auto;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 700px;
    height: 38px;
    border:1px solid #ddd;
}
.board-search input{
    width: calc(100% - 51px);
    border: none;
    height: 36px;
    font-size: 20px;
}
.leaderboard-item-list .step-icon{
    position: absolute;
    width: 60px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #767676;
    background: #efefef;
    font-weight: 600;
    font-size: 20px;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.leaderboard-item-list .step-icon.first-icon{
    background: #e63542;
    color: #fff !important;
}
.leaderboard-item-list .step-icon.second-icon{
    background: #ff6f20;
    color: #fff !important;
}
.leaderboard-item-list .step-icon.third-icon{
    background: #3fa6db;
    color: #fff !important;
}

.mode-leaderboard-content{
    max-width: 1200px;
    margin: 50px auto;
}
.leaderboard-item-list .board-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 50px;
}
.board-item-img{
    width: 25%;
    height: auto;
    flex-shrink: 0;
    margin-right: 20px;
}
.board-item-img img{
    width: 100%;
}
.price-pain-pc{
    width: 190px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.price-pc{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.price-pc .price{
    font-size: 20px;
    color: #303030;
}
.price-pain-pc .yotpo{
    margin-top: 5px;
}
.link-btn{
    margin-bottom: 20px;
    background: #ff9933;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 130px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.board-item h4{
    font-size: 24px;
    margin-bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.price-pain-mobile{display: none}
.board-item-des{
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.center-col{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 20px;
}
.leaderboard-des-box{
    border-top:2px solid #ddd;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    line-height: 21px;
    padding: 15px 60px;
}

.mode-list-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #ddd;
    padding:15px 0;
    margin-bottom: 20px;
}
.mode-list-title a{
display: inline-block;
}
.title-text{
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
.title-text:after{
    position: absolute;
    display: inline-block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ff6f20;
    bottom: -17px;
    left: 0;
}
.mode-list-title .mode-link{
    font-size: 18px;
    font-weight: 600;
}

.more-list-box{
   display: flex;
    padding: 20px 40px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.more-list-box li {
    width: calc(25% - 15px);
    line-height: 30px;
    list-style: disc;
    padding-right: 8px;
}
.more-list-box li:not(:nth-child(4n)){
    margin-right: 20px;
}
.more-list-box li:nth-child(4n){
    margin-right: 0px;
}
.more-list-box li>a{
    font-size: 16px;
    text-decoration: underline;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.leaderboard-title{
    display: inline-block;
    color: #512020;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
    margin-top: -10px;
}
.article-item-list{

}
.article-item img{
    margin-right: 20px;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    object-fit: cover;
}
.article-item-list .article-item{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.article-item-list a{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}
/*.article-list-wrapper{*/
/*    padding: 0 12px;*/
/*}*/
.article-list-wrapper .article-info h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.board-search i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../assets/images/cms/sousuo.png)no-repeat center;
    background-size: 25px 25px;
    margin:0 8px;
    cursor: pointer;
}
.board-list-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.board-list-wrapper>li{
    display: flex;
    flex-direction: column;
    width: calc((100% - 75px)/4);
    /*width: 300px;*/
    justify-content: flex-start;
    margin-bottom: 20px;
}
.board-list-wrapper>li:not(:nth-child(4n)){
    margin-right: 25px;
}
.board-list-wrapper p{
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-top: 20px;

}
.board-list-wrapper .board-list-img{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;

}
.board-list-wrapper .board-list-img img{
    width: 100%;
    height: auto;
}
.board-list-wrapper h3{
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    font-size: 20px;
}
.search-empty-tip{ color: #a0a0a0;font-size: 30px;text-align: center;margin-top: 20px}
.search-empty-tip .search-text{ color: #303030}
.empty-img{width: 170px;height: 170px;margin: 0 auto}
.empty-img img{width: 170px;height: 170px}
.search-empty-box{display: none}
.leaderboard-more-row{text-align: center;margin-top: -20px}
.leaderboard-more-row .link-btn{margin-bottom: 40px}
.price-pain-pc .yotpo .text-m{
    margin-left: 4px;
}
.price-pain-pc .link-btn:hover{color: #fff}
.mom-banner{text-align: center}
.mom-banner a img:hover{opacity: 1}
@media only screen and (min-width:992px) and (max-width:1199px){
    .mode-leaderboard-content{
        padding: 0 20px;
    }
}

@media only screen and (min-width:80px) and (max-width:991px){
    .title-text{
        font-size: 20px;
    }
    .title-text:after{
        bottom: -12px;
    }
    .mode-list-title{padding: 15px 0 10px; }
    .price-pain-mobile .yotpo .text-m{
        font-size: 12px;
        margin-left: 2px;
    }
    .mode-list-title .mode-link{
        font-size: 16px;
    }
    .price-pain-mobile .yotpo {
        padding: 0;
        height: 16px;
        margin-top: 4px;
        text-align: right;
        margin-bottom: 7px;
        justify-content: flex-end;
        display: flex;
    }
    .leaderboard-more-row{margin-top: 0}
    .leaderboard-more-row .link-btn{margin-bottom: 25px}
    .leaderboard-item-list .step-icon{
        width: 48px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .center-col{padding-right: 0}
    .board-item h4{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: 100%;
        font-weight: 600;
    }
    .price-pain-mobile{display: block}
    .price-pain-pc{display: none}
    .leaderboard-item-list .board-item {
        display: flex;
        justify-content: space-between;
        position: relative;
        border: 1px solid #ddd;
        padding: 12px;
        margin-bottom: 12px;
    }
    .board-item h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
   .first-row .first-row{
       display: flex;
       justify-content: space-between;
       height: 34px;
   }
    .price-pain-mobile .link-btn {
        margin-bottom: 0;
        background: #ff9933;
        border: none;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        width: 84px;
        height: 28px;
        cursor: pointer;
        line-height: 28px;
        text-align: center;
    }
   .price-pain-mobile .first-row{
        display: flex;
       justify-content: space-between;
    }
    .price-mobile ,.price-mobile .price{
        font-size: 18px;
        color: #c84161;
    }
    .board-item-img {
        width: 40%;
        height: auto;
        flex-shrink: 0;
        margin-right: 8px;
    }
    .board-item-des {
        /* max-width: 768px; */
        width: 100%;
        font-size: 13px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .mode-leaderboard-content {
        max-width: 1200px;
        margin: 20px auto;
        padding: 0 12px;
    }
    .more-list-wrapper{
        padding: 0;
    }
    .article-list-wrapper .article-info h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    .article-item p{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .board-search input {
        width: calc(100% - 51px);
        border: none;
        height: 30px;
        font-size: 16px;
    }
    .board-search i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../../assets/images/cms/sousuo.png)no-repeat center;
        background-size: 20px 20px;
        margin: 0 8px;
    }
    .board-search {
        margin: 20px auto ;
        height: 32px;
    }
    .board-list-title{
        font-size: 28px;
    }
    .search-empty-box{ padding-top: 20px;}


}
@media only screen and (min-width:481px) and (max-width:991px){

    .leaderboard-item-list{padding: 0 20px}
    .board-item-img {width: 25%;}
    .board-list-wrapper>li{
        width: calc((100% - 40px)/3);
    }
    .board-list-wrapper>li:not(:nth-child(3n)){
        margin-right: 20px;
    }
    .board-list-wrapper>li:nth-child(3n){
        margin-right: 0px;
    }
    .search-empty-tip {
        color: #a0a0a0;
        font-size: 24px;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 40px;
    }
    .article-item img {
        margin-right: 10px;
        width: 100px;
        height: 100px;
        flex-shrink: 0;
    }
    .article-info{
        width: calc(100% - 110px);
    }
    .leaderboard-title{
        font-size: 36px;
        margin-bottom: 22px;
        margin-top: 8px;
    }
}
@media only screen and (min-width:80px) and (max-width:480px){
    .leaderboard-title {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: -3px;
    }
    .price-pain-mobile .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star{
        font-size: 14px;
    }
    .price-mobile{
        margin-bottom: 0;
        padding-bottom: 6px;
    }
    .article-info{ width: calc(100% - 90px);}
    .article-list-wrapper .article-info h4 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .article-item img {
        margin-right: 10px;
        width: 80px;
        height: 80px;
        flex-shrink: 0;
        object-fit: cover;
    }
    .board-list-wrapper>li{
        width: calc((100% - 15px)/2);
    }
    .board-list-wrapper>li:not(:nth-child(2n)){
        margin-right: 15px;
    }
    .board-list-wrapper>li:nth-child(2n){
        margin-right: 0px;
    }

    .empty-img img {
        width: 80px;
        height: 80px;
    }
    .empty-img {
        width: 80px;
        height: 80px;
    }

    .search-empty-tip {
        font-size: 16px;
        margin-top: 10px;
        padding-bottom: 30px;
    }

}
@media only screen and (max-width:767px){
    .leaderboard-des-box{
        padding: 15px 15px;
        font-size: 14px;
    }
    .leaderboard-more-btn.link-btn{
        font-size: 14px;
        width: 98px;
        height: 28px;
        line-height: 28px;
    }
    .more-list-box{
        padding: 20px 20px 20px 30px;
    }
    .more-list-box li{
        width: 100%;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .more-list-box li>a{
        font-size: 13px;
    }
    .more-list-box li:not(:nth-child(2n)){
        margin-right: 12px;
    }
    .more-list-box li:nth-child(2n){
        margin-right: 0px;
    }

}
@media only screen and (max-width:991px) and (min-width:768px){
    .more-list-box li{
        width: calc(33.3% - 10px);
        line-height: 20px;
        margin-bottom: 4px;
    }
    .more-list-box li:not(:nth-child(3n)){
        margin-right: 15px;
    }
    .more-list-box li:nth-child(3n){
        margin-right: 0px;
    }
}
